home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.chm / default.css < prev    next >
Cascading Style Sheet File  |  2008-11-03  |  2KB  |  150 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 10pt;
  6.  font-family: 'Verdana';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_BoldFace /* BoldFace */
  13. {
  14.  font-weight: bold;
  15. }
  16. span.f_CodeExample /* Code Example */
  17. {
  18.  font-family: 'Courier New';
  19.  color: #000000;
  20. }
  21. span.f_Command /* Command */
  22. {
  23.  font-family: 'Tahoma';
  24.  font-weight: bold;
  25.  color: #333333;
  26. }
  27. span.f_Command2 /* Command2 */
  28. {
  29.  font-family: 'Tahoma';
  30.  font-weight: bold;
  31.  color: #ffffff;
  32. }
  33. span.f_Comment /* Comment */
  34. {
  35. }
  36. span.f_CourierFixed /* Courier Fixed */
  37. {
  38.  font-family: 'Courier New';
  39.  color: #000000;
  40. }
  41. span.f_Definition /* Definition */
  42. {
  43.  font-style: italic;
  44.  color: #333399;
  45. }
  46. span.f_HangingIndent /* Hanging Indent */
  47. {
  48. }
  49. span.f_Heading1 /* Heading1 */
  50. {
  51.  font-size: 18pt;
  52.  font-family: 'Lucida Sans';
  53.  font-weight: bold;
  54.  color: #ffffff;
  55. }
  56. span.f_ImageCaption /* Image Caption */
  57. {
  58.  font-size: 8pt;
  59.  font-weight: bold;
  60. }
  61. span.f_Indented /* Indented */
  62. {
  63. }
  64. span.f_IndentedCode /* Indented Code */
  65. {
  66.  font-family: 'Courier New';
  67.  color: #000000;
  68. }
  69. span.f_InternalComments /* Internal Comments */
  70. {
  71.  font-style: italic;
  72.  color: #800000;
  73. }
  74. span.f_Notes /* Notes */
  75. {
  76. }
  77. span.f_SingleSpaced /* Single Spaced */
  78. {
  79. }
  80. span.f_Subtitle /* Subtitle */
  81. {
  82.  font-weight: bold;
  83.  color: #000080;
  84. }
  85. /* Paragraph styles */
  86. p /* Normal */
  87. {
  88.  text-align: left;
  89.  text-indent: 0px;
  90.  padding: 0px 0px 0px 0px;
  91.  margin: 3px 0px 14px 0px;
  92. }
  93. .p_BoldFace /* BoldFace */
  94. {
  95. }
  96. .p_CodeExample /* Code Example */
  97. {
  98.  white-space: nowrap;
  99.  margin: 0px 0px 0px 0px;
  100. }
  101. .p_Command /* Command */
  102. {
  103.  margin: 0px 0px 0px 0px;
  104. }
  105. .p_Command2 /* Command2 */
  106. {
  107.  margin: 0px 0px 0px 0px;
  108. }
  109. .p_Comment /* Comment */
  110. {
  111. }
  112. .p_Definition /* Definition */
  113. {
  114. }
  115. .p_HangingIndent /* Hanging Indent */
  116. {
  117.  text-indent: -24px;
  118.  margin: 3px 0px 14px 24px;
  119. }
  120. .p_Heading1 /* Heading1 */
  121. {
  122.  margin: 10px 0px 5px 0px;
  123. }
  124. .p_ImageCaption /* Image Caption */
  125. {
  126. }
  127. .p_Indented /* Indented */
  128. {
  129.  margin: 3px 0px 14px 24px;
  130. }
  131. .p_IndentedCode /* Indented Code */
  132. {
  133.  white-space: nowrap;
  134.  margin: 0px 0px 0px 24px;
  135. }
  136. .p_InternalComments /* Internal Comments */
  137. {
  138. }
  139. .p_Notes /* Notes */
  140. {
  141. }
  142. .p_SingleSpaced /* Single Spaced */
  143. {
  144.  margin: 0px 0px 0px 0px;
  145. }
  146. .p_Subtitle /* Subtitle */
  147. {
  148.  margin: 10px 0px 14px 0px;
  149. }
  150.